home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Environments / Frontier 4.2.3 / Online Docs / gifs / scriptdebugger.gif < prev    next >
Graphics Interchange Format  |  1996-10-06  |  6KB  |  434x201  |  4-bit (12 colors)
Labels: text | electronics | screenshot | display | software | font | number
OCR: system.deskscripts.appsToAppleMenu Step In Out Follow Go Kil Lookup local (appleFolder = file.getSpecialFolderPath ("", "Apple Menu Items", true)) fileloop (f in "", infinity) << scan over all disks, to infinite depth if file.type (f) == 'APPL' .:::. ..... local (name = file.fileFromPath (f)) if dialog.yesNo ("Create alias of "" + name + "" in Apple Menu Items folder?") file.new Alias (f, appleFolder + file.fileFromPath (f) + " alias") User Talk